3.19 \(\int (a+b \log (c (d+e x)^n))^2 \, dx\)

Optimal. Leaf size=65 \[ \frac{(d+e x) \left (a+b \log \left (c (d+e x)^n\right )\right )^2}{e}-2 a b n x-\frac{2 b^2 n (d+e x) \log \left (c (d+e x)^n\right )}{e}+2 b^2 n^2 x \]

[Out]

-2*a*b*n*x + 2*b^2*n^2*x - (2*b^2*n*(d + e*x)*Log[c*(d + e*x)^n])/e + ((d + e*x)*(a + b*Log[c*(d + e*x)^n])^2)
/e

________________________________________________________________________________________

Rubi [A]  time = 0.0347364, antiderivative size = 65, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 3, integrand size = 16, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.188, Rules used = {2389, 2296, 2295} \[ \frac{(d+e x) \left (a+b \log \left (c (d+e x)^n\right )\right )^2}{e}-2 a b n x-\frac{2 b^2 n (d+e x) \log \left (c (d+e x)^n\right )}{e}+2 b^2 n^2 x \]

Antiderivative was successfully verified.

[In]

Int[(a + b*Log[c*(d + e*x)^n])^2,x]

[Out]

-2*a*b*n*x + 2*b^2*n^2*x - (2*b^2*n*(d + e*x)*Log[c*(d + e*x)^n])/e + ((d + e*x)*(a + b*Log[c*(d + e*x)^n])^2)
/e

Rule 2389

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_.), x_Symbol] :> Dist[1/e, Subst[Int[(a + b*Log[c*
x^n])^p, x], x, d + e*x], x] /; FreeQ[{a, b, c, d, e, n, p}, x]

Rule 2296

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_.), x_Symbol] :> Simp[x*(a + b*Log[c*x^n])^p, x] - Dist[b*n*p, In
t[(a + b*Log[c*x^n])^(p - 1), x], x] /; FreeQ[{a, b, c, n}, x] && GtQ[p, 0] && IntegerQ[2*p]

Rule 2295

Int[Log[(c_.)*(x_)^(n_.)], x_Symbol] :> Simp[x*Log[c*x^n], x] - Simp[n*x, x] /; FreeQ[{c, n}, x]

Rubi steps

\begin{align*} \int \left (a+b \log \left (c (d+e x)^n\right )\right )^2 \, dx &=\frac{\operatorname{Subst}\left (\int \left (a+b \log \left (c x^n\right )\right )^2 \, dx,x,d+e x\right )}{e}\\ &=\frac{(d+e x) \left (a+b \log \left (c (d+e x)^n\right )\right )^2}{e}-\frac{(2 b n) \operatorname{Subst}\left (\int \left (a+b \log \left (c x^n\right )\right ) \, dx,x,d+e x\right )}{e}\\ &=-2 a b n x+\frac{(d+e x) \left (a+b \log \left (c (d+e x)^n\right )\right )^2}{e}-\frac{\left (2 b^2 n\right ) \operatorname{Subst}\left (\int \log \left (c x^n\right ) \, dx,x,d+e x\right )}{e}\\ &=-2 a b n x+2 b^2 n^2 x-\frac{2 b^2 n (d+e x) \log \left (c (d+e x)^n\right )}{e}+\frac{(d+e x) \left (a+b \log \left (c (d+e x)^n\right )\right )^2}{e}\\ \end{align*}

Mathematica [A]  time = 0.0085129, size = 59, normalized size = 0.91 \[ \frac{(d+e x) \left (a+b \log \left (c (d+e x)^n\right )\right )^2}{e}-2 b n \left (a x+\frac{b (d+e x) \log \left (c (d+e x)^n\right )}{e}-b n x\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*Log[c*(d + e*x)^n])^2,x]

[Out]

((d + e*x)*(a + b*Log[c*(d + e*x)^n])^2)/e - 2*b*n*(a*x - b*n*x + (b*(d + e*x)*Log[c*(d + e*x)^n])/e)

________________________________________________________________________________________

Maple [A]  time = 0.078, size = 130, normalized size = 2. \begin{align*} x{a}^{2}+{b}^{2}x \left ( \ln \left ( c{{\rm e}^{n\ln \left ( ex+d \right ) }} \right ) \right ) ^{2}+{\frac{{b}^{2}d \left ( \ln \left ( c{{\rm e}^{n\ln \left ( ex+d \right ) }} \right ) \right ) ^{2}}{e}}+2\,{b}^{2}{n}^{2}x-2\,{b}^{2}nx\ln \left ( c{{\rm e}^{n\ln \left ( ex+d \right ) }} \right ) -2\,{\frac{\ln \left ( ex+d \right ){b}^{2}d{n}^{2}}{e}}+2\,ab\ln \left ( c \left ( ex+d \right ) ^{n} \right ) x-2\,abnx+2\,{\frac{\ln \left ( ex+d \right ) abdn}{e}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*ln(c*(e*x+d)^n))^2,x)

[Out]

x*a^2+b^2*x*ln(c*exp(n*ln(e*x+d)))^2+b^2*d/e*ln(c*exp(n*ln(e*x+d)))^2+2*b^2*n^2*x-2*b^2*n*x*ln(c*exp(n*ln(e*x+
d)))-2*n^2*b^2*d/e*ln(e*x+d)+2*a*b*ln(c*(e*x+d)^n)*x-2*a*b*n*x+2*a*b/e*n*d*ln(e*x+d)

________________________________________________________________________________________

Maxima [B]  time = 1.29862, size = 177, normalized size = 2.72 \begin{align*} -2 \, a b e n{\left (\frac{x}{e} - \frac{d \log \left (e x + d\right )}{e^{2}}\right )} + b^{2} x \log \left ({\left (e x + d\right )}^{n} c\right )^{2} + 2 \, a b x \log \left ({\left (e x + d\right )}^{n} c\right ) -{\left (2 \, e n{\left (\frac{x}{e} - \frac{d \log \left (e x + d\right )}{e^{2}}\right )} \log \left ({\left (e x + d\right )}^{n} c\right ) + \frac{{\left (d \log \left (e x + d\right )^{2} - 2 \, e x + 2 \, d \log \left (e x + d\right )\right )} n^{2}}{e}\right )} b^{2} + a^{2} x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^2,x, algorithm="maxima")

[Out]

-2*a*b*e*n*(x/e - d*log(e*x + d)/e^2) + b^2*x*log((e*x + d)^n*c)^2 + 2*a*b*x*log((e*x + d)^n*c) - (2*e*n*(x/e
- d*log(e*x + d)/e^2)*log((e*x + d)^n*c) + (d*log(e*x + d)^2 - 2*e*x + 2*d*log(e*x + d))*n^2/e)*b^2 + a^2*x

________________________________________________________________________________________

Fricas [B]  time = 1.97066, size = 311, normalized size = 4.78 \begin{align*} \frac{b^{2} e x \log \left (c\right )^{2} +{\left (b^{2} e n^{2} x + b^{2} d n^{2}\right )} \log \left (e x + d\right )^{2} - 2 \,{\left (b^{2} e n - a b e\right )} x \log \left (c\right ) +{\left (2 \, b^{2} e n^{2} - 2 \, a b e n + a^{2} e\right )} x - 2 \,{\left (b^{2} d n^{2} - a b d n +{\left (b^{2} e n^{2} - a b e n\right )} x -{\left (b^{2} e n x + b^{2} d n\right )} \log \left (c\right )\right )} \log \left (e x + d\right )}{e} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^2,x, algorithm="fricas")

[Out]

(b^2*e*x*log(c)^2 + (b^2*e*n^2*x + b^2*d*n^2)*log(e*x + d)^2 - 2*(b^2*e*n - a*b*e)*x*log(c) + (2*b^2*e*n^2 - 2
*a*b*e*n + a^2*e)*x - 2*(b^2*d*n^2 - a*b*d*n + (b^2*e*n^2 - a*b*e*n)*x - (b^2*e*n*x + b^2*d*n)*log(c))*log(e*x
 + d))/e

________________________________________________________________________________________

Sympy [A]  time = 1.50867, size = 211, normalized size = 3.25 \begin{align*} \begin{cases} a^{2} x + \frac{2 a b d n \log{\left (d + e x \right )}}{e} + 2 a b n x \log{\left (d + e x \right )} - 2 a b n x + 2 a b x \log{\left (c \right )} + \frac{b^{2} d n^{2} \log{\left (d + e x \right )}^{2}}{e} - \frac{2 b^{2} d n^{2} \log{\left (d + e x \right )}}{e} + \frac{2 b^{2} d n \log{\left (c \right )} \log{\left (d + e x \right )}}{e} + b^{2} n^{2} x \log{\left (d + e x \right )}^{2} - 2 b^{2} n^{2} x \log{\left (d + e x \right )} + 2 b^{2} n^{2} x + 2 b^{2} n x \log{\left (c \right )} \log{\left (d + e x \right )} - 2 b^{2} n x \log{\left (c \right )} + b^{2} x \log{\left (c \right )}^{2} & \text{for}\: e \neq 0 \\x \left (a + b \log{\left (c d^{n} \right )}\right )^{2} & \text{otherwise} \end{cases} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*ln(c*(e*x+d)**n))**2,x)

[Out]

Piecewise((a**2*x + 2*a*b*d*n*log(d + e*x)/e + 2*a*b*n*x*log(d + e*x) - 2*a*b*n*x + 2*a*b*x*log(c) + b**2*d*n*
*2*log(d + e*x)**2/e - 2*b**2*d*n**2*log(d + e*x)/e + 2*b**2*d*n*log(c)*log(d + e*x)/e + b**2*n**2*x*log(d + e
*x)**2 - 2*b**2*n**2*x*log(d + e*x) + 2*b**2*n**2*x + 2*b**2*n*x*log(c)*log(d + e*x) - 2*b**2*n*x*log(c) + b**
2*x*log(c)**2, Ne(e, 0)), (x*(a + b*log(c*d**n))**2, True))

________________________________________________________________________________________

Giac [B]  time = 1.30928, size = 240, normalized size = 3.69 \begin{align*}{\left (x e + d\right )} b^{2} n^{2} e^{\left (-1\right )} \log \left (x e + d\right )^{2} - 2 \,{\left (x e + d\right )} b^{2} n^{2} e^{\left (-1\right )} \log \left (x e + d\right ) + 2 \,{\left (x e + d\right )} b^{2} n e^{\left (-1\right )} \log \left (x e + d\right ) \log \left (c\right ) + 2 \,{\left (x e + d\right )} b^{2} n^{2} e^{\left (-1\right )} + 2 \,{\left (x e + d\right )} a b n e^{\left (-1\right )} \log \left (x e + d\right ) - 2 \,{\left (x e + d\right )} b^{2} n e^{\left (-1\right )} \log \left (c\right ) +{\left (x e + d\right )} b^{2} e^{\left (-1\right )} \log \left (c\right )^{2} - 2 \,{\left (x e + d\right )} a b n e^{\left (-1\right )} + 2 \,{\left (x e + d\right )} a b e^{\left (-1\right )} \log \left (c\right ) +{\left (x e + d\right )} a^{2} e^{\left (-1\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^2,x, algorithm="giac")

[Out]

(x*e + d)*b^2*n^2*e^(-1)*log(x*e + d)^2 - 2*(x*e + d)*b^2*n^2*e^(-1)*log(x*e + d) + 2*(x*e + d)*b^2*n*e^(-1)*l
og(x*e + d)*log(c) + 2*(x*e + d)*b^2*n^2*e^(-1) + 2*(x*e + d)*a*b*n*e^(-1)*log(x*e + d) - 2*(x*e + d)*b^2*n*e^
(-1)*log(c) + (x*e + d)*b^2*e^(-1)*log(c)^2 - 2*(x*e + d)*a*b*n*e^(-1) + 2*(x*e + d)*a*b*e^(-1)*log(c) + (x*e
+ d)*a^2*e^(-1)